home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1406.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.3 KB  |  26 lines

  1. > You'll need indeed a special server, that knows about your
  2. > document and how to decode it.
  3. > It is not simply a matter of creating the right files and
  4. > expect things to work.
  5. FYI: this is a lot easier in the next Plexus (2.2 coming soon).  You just
  6. create a file that describes your image, you can use a combination of
  7. bitmasks and rectangles to set all the hot spots.  Hopefully, I'll have
  8. time at some point to write an X based app that pops up your image and
  9. lets you set all the hot spots then writes out all the necessary data.
  10. e.g., Here is all the data you have to generate for the space walk demo:
  11.     walk default server/walk/default.html
  12.     walk bitmask server/walk/astronaut.mask 106 110 server/walk/astronaut.html
  13.     walk bitmask server/walk/camera.mask 106 110 server/walk/camera.html
  14.     walk bitmask server/walk/earth.mask 106 110 server/walk/earth.html
  15.     walk bitmask server/walk/pack.mask 106 110 server/walk/pack.html
  16.     walk rect 0 0 106 110 server/walk/space.html
  17.  
  18. > I *do* want ISMAP or equivalent support, but the links should go into
  19. > the document, not on some specialized server that handles your docs.
  20. Look at the FIGA stuff in HTML+.  I think we've pretty well established
  21. that both are desirable.  ISMAP just happens to be the best solution
  22. for existing browsers.
  23.  
  24. --sanders
  25.  
  26.